home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / include / Xm / ScrolledWP.h.z / ScrolledWP.h
Encoding:
C/C++ Source or Header  |  2003-11-18  |  4.6 KB  |  171 lines

  1. /*
  2.  * ScrolledWP.h
  3.  *
  4.  * Copyright 2000, Silicon Graphics, Inc.
  5.  * ALL RIGHTS RESERVED
  6.  * 
  7.  * UNPUBLISHED -- Rights reserved under the copyright laws of the United
  8.  * States.   Use of a copyright notice is precautionary only and does not
  9.  * imply publication or disclosure.
  10.  *
  11.  * U.S. GOVERNMENT RESTRICTED RIGHTS LEGEND:
  12.  * Use, duplication or disclosure by the Government is subject to restrictions
  13.  * as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights
  14.  * in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or
  15.  * in similar or successor clauses in the FAR, or the DOD or NASA FAR
  16.  * Supplement.  Contractor/manufacturer is Silicon Graphics, Inc.,
  17.  * 2011 N. Shoreline Blvd. Mountain View, CA 94039-7311.
  18.  *
  19.  * THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY
  20.  * INFORMATION OF SILICON GRAPHICS, INC. ANY DUPLICATION, MODIFICATION,
  21.  * DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS STRICTLY
  22.  * PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SILICON
  23.  * GRAPHICS, INC.
  24.  */
  25. /* 
  26.  * @OSF_COPYRIGHT@
  27.  * (c) Copyright 1990, 1991, 1992, 1993, 1994 OPEN SOFTWARE FOUNDATION, INC.
  28.  * ALL RIGHTS RESERVED
  29.  *  
  30. */ 
  31. /*
  32.  * HISTORY
  33.  * Motif Release 1.2.5
  34. */
  35. /*   $XConsortium: ScrolledWP.h /main/cde1_maint/2 1995/08/18 19:21:29 drk $ */
  36. /*
  37. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  38. #ifndef _XmScrolledWindowP_h
  39. #define _XmScrolledWindowP_h
  40.  
  41. #include <Xm/ManagerP.h>
  42. #include <Xm/ScrolledW.h>
  43.  
  44. #include <Xm/ScrollBar.h>
  45. #include <Xm/DrawingA.h>
  46.  
  47. #ifdef __cplusplus
  48. extern "C" {
  49. #endif
  50.  
  51. /* Constraint part record for ScrolledWindow widget */
  52. typedef struct _XmScrolledWindowConstraintPart
  53. {
  54.    unsigned char child_type;
  55. } XmScrolledWindowConstraintPart, * XmScrolledWindowConstraint;
  56.  
  57.  
  58. /* New fields for the ScrolledWindow widget class record */
  59. typedef struct {
  60.    XtPointer extension;   /* Pointer to extension record */
  61. } XmScrolledWindowClassPart;
  62.  
  63. /****************
  64.  *
  65.  * Class record declaration
  66.  *
  67.  ****************/
  68. typedef struct _XmScrolledWindowClassRec {
  69.     CoreClassPart    core_class;
  70.     CompositeClassPart  composite_class;
  71.     ConstraintClassPart constraint_class;
  72.     XmManagerClassPart  manager_class;
  73.     XmScrolledWindowClassPart    swindow_class;
  74. } XmScrolledWindowClassRec;
  75.  
  76. externalref XmScrolledWindowClassRec xmScrolledWindowClassRec;
  77.  
  78. /****************
  79.  *
  80.  * Scrolled Window instance structure.
  81.  *
  82.  ****************/
  83. typedef struct {
  84.  
  85.    int vmin;          /*  slider minimum coordiate position     */
  86.    int vmax;          /*  slider maximum coordiate position     */
  87.    int vOrigin;          /*  slider edge location                  */
  88.    int vExtent;          /*  slider size                           */
  89.  
  90.    int hmin;          /*  Same as above for horizontal bar.     */
  91.    int hmax;
  92.    int hOrigin;
  93.    int hExtent;
  94.  
  95.    Position hsbX,hsbY;
  96.    Dimension hsbWidth,hsbHeight;    /* Dimensions for the horiz bar */
  97.  
  98.    Position vsbX,vsbY;
  99.    Dimension vsbWidth,vsbHeight;    /* Dimensions for the vertical bar */
  100.  
  101.    Dimension    GivenHeight, GivenWidth;
  102.  
  103.    Dimension    AreaWidth,AreaHeight;
  104.    Dimension    WidthPad,HeightPad;
  105.    Position    XOffset, YOffset;
  106.  
  107.    Dimension    pad;
  108.  
  109.    Boolean    hasHSB;
  110.    Boolean    hasVSB;
  111.    Boolean    InInit;
  112.    Boolean    FromResize;
  113.  
  114.    unsigned char    VisualPolicy;
  115.    unsigned char    ScrollPolicy;
  116.    unsigned char    ScrollBarPolicy;
  117.    unsigned char    Placement;
  118.    
  119.    XmScrollBarWidget       hScrollBar;
  120.    XmScrollBarWidget       vScrollBar;
  121.    XmDrawingAreaWidget     ClipWindow;
  122.    Widget                  WorkWindow;
  123.    
  124.    XtCallbackList       traverseObscuredCallback;
  125. } XmScrolledWindowPart;
  126.  
  127.  
  128. /************************************************************************
  129.  *                                    *
  130.  * Full instance record declaration                    *
  131.  *                                    *
  132.  ************************************************************************/
  133.  
  134. typedef struct _XmScrolledWindowRec {
  135.     CorePart        core;
  136.     CompositePart   composite;
  137.     ConstraintPart constraint;
  138.     XmManagerPart   manager;
  139.     XmScrolledWindowPart   swindow;
  140. } XmScrolledWindowRec;
  141.  
  142. #define DEFAULT_HEIGHT 20
  143. #define DEFAULT_WIDTH 20
  144.  
  145.  
  146. /********    Private Function Declarations    ********/
  147. #ifdef _NO_PROTO
  148.  
  149. extern char * _XmGetRealXlations() ;
  150. extern void _XmInitializeScrollBars() ;
  151.  
  152. #else
  153.  
  154. extern char * _XmGetRealXlations( 
  155.                         Display *dpy,
  156.                         _XmBuildVirtualKeyStruct *keys,
  157.                         int num_keys) ;
  158. extern void _XmInitializeScrollBars( 
  159.                         Widget w) ;
  160.  
  161. #endif /* _NO_PROTO */
  162. /********    End Private Function Declarations    ********/
  163.  
  164.  
  165. #ifdef __cplusplus
  166. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  167. #endif
  168.  
  169. #endif /* _XmScrolledWindowP_h */
  170. /* DON'T ADD STUFF AFTER THIS #endif */
  171.